Entity meta-instructions

Format: next_entity/delete_entity
Description: next_entity skips over to the next entity in the stack. delete_entity deletes the entity we are working on, including all of its components. Simply deleting all the components is not enough for that; this instruction must be called.
Cycles: 1
Example: next_entity/delete_entity
See also: Create entity, Delete components, Push components